-
Notifications
You must be signed in to change notification settings - Fork 96
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
seed-cache-review-tags-api #159
Conversation
added @amandesai01 as a reviewer! |
link issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete all the comments
server/utils/tasks/seed-cache.ts
Outdated
@@ -12,6 +12,10 @@ export async function seedCache() { | |||
.from(metaDataTable) | |||
.where(inArray(metaDataTable.key, ['seoConfig', 'careerSiteConfig', 'firstSetupAccessKey'])); | |||
|
|||
//getting the review tags from the reviewTagsTable | |||
const reviewTags = await db.select().from(reviewTagsTable); | |||
console.log(reviewTags); //debug to check the reviewtags response |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@amandesai01 you mean the comments or code?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed the comments and logging
@karthik8239 please wait, I am finishing up other tasks. Will take care of this. |
@amandesai01 Please let me know if I need to I will complete this |
Seed Cache Update and Review-tags api
Resolved #151